<div class="jstwitter row" data-gridalicious="true" data-gridalicious-width="250"><span class="innerLR"><span class="label label-primary">Loading .. </span></span></div>
@import "assets/components/core/less/widgets.less"; @import "assets/components/modules/admin/twitter/assets/less/twitter.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/gallery/gridalicious/assets/lib/jquery.gridalicious.min.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/gallery/gridalicious/assets/custom/gridalicious.init.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/twitter/assets/js/twitter.js?v=v1.2.3"></script>
<!-- Widget --> <div class="widget widget-heading-simple widget-body-white"> <!-- Widget Heading --> <div class="widget-head"> <h4 class="heading glyphicons glyphicons-social twitter"><i></i>Twitter feed</h4> </div> <!-- // Widget Heading END --> <div class="widget-body" data-builder-exclude="element children"> <div class="jstwitter" data-gridalicious="false" data-type="slide" data-images="false"><span class="label label-default">Loading .. </span></div> </div> </div> <!-- // Widget END -->
@import "assets/components/modules/admin/twitter/assets/less/twitter.less"; @import "assets/components/core/less/widgets.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/twitter/assets/js/twitter.js?v=v1.2.3"></script>